home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / widgets-sgi / README < prev   
Encoding:
Text File  |  1996-09-13  |  2.4 KB  |  54 lines

  1.  
  2.  
  3.                            widgets README file
  4.  
  5.  
  6. This directory contains the source code for SGI's OpenGL Xt/Motif widgets,
  7. slightly modified by Jeroen van der Zijp to work better with Mesa.
  8.  
  9. To compile the widget code (producing lib/libGLw.a) cd to the widgets/
  10. directory and type 'make <config>' where <config> is the system configuration
  11. you used to compile Mesa.  This hasn't been tested on many systems so
  12. let us know if you have trouble.
  13.  
  14.  
  15. These files are NOT covered by Mesa's GNU copyright.  The real copyright
  16. is as follows.
  17.  
  18.  
  19.  * (c) Copyright 1993, Silicon Graphics, Inc.
  20.  * ALL RIGHTS RESERVED 
  21.  * Permission to use, copy, modify, and distribute this software for 
  22.  * any purpose and without fee is hereby granted, provided that the above
  23.  * copyright notice appear in all copies and that both the copyright notice
  24.  * and this permission notice appear in supporting documentation, and that 
  25.  * the name of Silicon Graphics, Inc. not be used in advertising
  26.  * or publicity pertaining to distribution of the software without specific,
  27.  * written prior permission. 
  28.  *
  29.  * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
  30.  * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
  31.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
  32.  * FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
  33.  * GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
  34.  * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
  35.  * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
  36.  * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
  37.  * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
  38.  * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
  39.  * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
  40.  * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
  41.  * 
  42.  * 
  43.  * US Government Users Restricted Rights 
  44.  * Use, duplication, or disclosure by the Government is subject to
  45.  * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
  46.  * (c)(1)(ii) of the Rights in Technical Data and Computer Software
  47.  * clause at DFARS 252.227-7013 and/or in similar or successor
  48.  * clauses in the FAR or the DOD or NASA FAR Supplement.
  49.  * Unpublished-- rights reserved under the copyright laws of the
  50.  * United States.  Contractor/manufacturer is Silicon Graphics,
  51.  * Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
  52.  *
  53.  * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
  54.